Both conceptually and computationally it feels easier to see that:
$ 6 \cdot 3.7 = 22.2$
than it is to see that
$ 22.2 \div 6 = 3.7 $.
Thoughts about the roots of this asymmetry?
An analogous question might be asked of anti-differentiation and differentiation...
The usual algorithms for multiplication and division, that is those that are commonly taught to school kids, are such that multiplication is computationally simpler to carry out. On average multiplication requires fewer steps in the algorithm. For instance multiplying two three-digit numbers is quite easy but dividing even single digit numbers (e.g., 1/7) may require lots of iterations compared to input size. Another cause of the perceived difficulty of multiplication vs. division is that the multiplication table for the first ten numbers is commonly drilled to death, and is commutative, so one only needs to memorize about half of the entries. The division table for the same numbers is usually not drilled at all (not even shown) and is not symmetric so memorizing it will require more work.
The story with derivation vs. anti-derivation is quite different. It is easy to compute the derivative of even mildly complication elementary functions because the rules of differentiation of sums, products, compositions, and the fundamental functions are quite straightforward. For integration though, there are very few general rules and they only apply to very particular forms of the integrand. Moreover, the integral of an elementary function need not be elementary at all so we really can't expect anything systematic. I'm not sure what you'd accept as the reason for this other than it is a fact of life.
The situation becomes somewhat more comparable to that of multiplication vs. division when considering derivative and anti-derivative of analytic functions. Given a power representation of an analytic function one can differentiate and integrate term by term and so the problem of obtaining the integral or derivative as a power series becomes automatic, with differentiation requiring multiplying the coefficients by integers, and integration requiring division.