15 posts and no one mentions the fact that postfix has the advantage of being directly parse-able from left to right with nothing more than a simple pushdown automaton:
The parenthesis are not necessary because the left-to-right reading order already implies the order of operations. The result of the expression is the last value left on the stack.