Suppose we have an arbitrary expression with the four operators $(+,-,\div,\times)$, changing the order of precedence does change the output of the operation. Are there non-trivial systems of arithmetic $[1]$ in which an arbitrary order of precedence does not change the outputs?
$[1]$ - I'm not sure about how the name of the thing should be, but I guess that it would be something like system of arithmetic or perhaps an algebra.
There are systems in which you define (+,-,*,/) such that they are reflexive. We can simply define an operator "+" to be a trivial operator, e.g. a+b=0 for all a,b. By doing this continuously, you can define all of the operations in ways that work nicely. In fact, you could even make all operations map to 0 (or some other element).
You could also deal with something like boolean algebras, though they don't have a subtraction/division operation(s).