Let $L(x,y)$ stand for "$x$ loves $y$". Then $\exists x\forall y: L(x,y)$ means "There is someone who loves everyone." and $\forall y\exists x: L(x,y)$ means "Everybody is loved by someone". Clearly, these two are very different.
Now compare the simple mathematical statements.
$\exists x\in\mathbb{N}$ such that $\forall y\in\mathbb{N}$, $x\leq y$.
$\forall y\in\mathbb{N},$ $\exists x$ such that $x\leq y$.
The first one says that there is some natural number $x$ that is smaller or equal than every natural number $y$.
The second statement says that for every natural number $y$, there is a natural number $x$ that is less or equal than $y$.
It turns out that both of these statements are true. But now replace $\mathbb{N}$ by $\mathbb{Z}$. There is no smallest integer, so the first statement becomes wrong then. But the second one would still be true because for every integer $y$, the integer $y-1$ is smaller or equal than y$.