For example $2+2\times2$ is $6$ not $8$.
Actually $+$ and $\times$ are binary operations on $\mathbb Z$. but here there is an triple $(2,2,2)$ which we sent to $2+2\times 2$. So we have to put and order for applying operations as binary such that $$a+b\times c \: : \: (a,b,c) \to a+(b\times c)$$ with assuming that $(\cdots)$ has priority more.
My question is why multiplication has priority more than addition? We could also define $$a+b\times c \: : \: (a,b,c) \to (a+b) \times c.$$