Since AND has a higher priority in the order of operations on OR, parentheses are not needed, therefore, the query provider does not add redundant information.
To remember the order of operations, logical AND is considered similar to multiplication (by binary value), and OR is considered similar to adding by binary values. When working with Boolean algebra (in a non-programming environment) it is actually quite common to use * for AND and + for OR.
Servy source share