We, humans, know how to interpret the infix notation, as that's what we are taught in schools. but this form is not very suitable for the computer to read and evaluate the expressions, because each operator has a precedence, which shows the order in which the expression needs to be evaluated.
C, C++, Computer Science, Data Structures