Mental Model
We change math expressions from normal reading order to a form that computers can easily calculate using a stack.
Analogy: Imagine you have a pile of plates (stack). You put operators on top and take them off in the right order to get the correct math result.
Infix: A + B * C Stack: empty Postfix: empty