Numerical schemes for heat equation (parabolic $u_t=cu_{xx}$) and conservation laws(hyperbolic, $u_t+f(u)_x=0$ ) have restriction on the ratio of mesh size (i.e. $dx$ and $dt$ ratio).
Why don't we have such restrictions on the ratio of $dx$ and $dy$ when it comes to elliptic PDE like Laplace equation $u_{xx}+u_{yy}=0$?
Elliptical PDEs can be defined by functions that do not have any characteristic lines/surfaces. That is, there are no functions $F(x)$ or $G(y)$ such that $u''(x,y)=F(x)$ or $u''(x,y)=G(y)$.
Therefore, solutions to elliptical PDEs are dependent on both $x$ and $y$. Similarly, dx and dy must also share a dependence. This dependence concludes that solutions can not have discontinuities in their partial derivatives. For parabolic and hyperbolic PDEs, solutions can have discontinuities in their partial derivatives along the characteristics.
The difference, I believe, between elliptical and parabolic/hyperbolic PDEs, is that the dependencies, or restrictions, are built into the equations of elliptical PDEs; whereas the dependencies for parabolic/hyperbolic PDEs are artificially put in since the variables are independent of each other along the characteristics.