Does it?
Parentheses just states that everything in brackets is resolved first, then exponents, then multiply/divide (whichever comes first, left to right), then add/subtract (whichever first, left to right).
Multiplication and division are equal, so whichever comes first, left to right is resolved first. Just because a number is sat next to a bracket doesn't mean it takes priority.
6 divided by 2 (1+2) is EXACTLY THE SAME as
6 divided by 2 multipled by (1+2). Enforcing the rule of parentheses;
6 divided by 2 multiplied by 3. The multiplication is NOT done first. They are both eqaul so division is done first (left to right)......
6 divided by 2 multiplied by 3 = 9