Another thing is that multiplying and dividing by 2 and 5 is easier in base-10. For example, to divide by 5 you multiply the number by 2 (just add it to itself) and then divide by 10 (a right shift).
On the other hand, to divide by 3 you basically need to do long division.
On the other hand, to divide by 3 you basically need to do long division.