For humans, in general, it's far easier to do an addition than a multiplication. One might argue this is just an effect of the particular way brains are wired.
But from what I find, multiplication is also more expensive on computers, where one could certainly arrange chips in an arbitrary way, or at least without any pre-established biological constraint.
But from a group theory point of view, addition is not more fundamental than multiplication, is it?
Are there some characteristics, like associativity or commutativity that explain that difference in terms of computational complexity?
The answer might of course rely on other mathematical fields, like topology, or even be related to some physical constraints that hold for both brains and common CPUs but are not strictly constrainted by mathematical characteristics.
Related resources:
Each digit (to whatever base is used) of one term interacts (i.e., multiplies) with all the digits of the other term. Therefore if there are $m$ digits in each, this requires $m^2$ interactions.
In addition, each digit only interacts with one digit of the other term.