More specifically, my question is why is the point always after the first digit? Why have (for example), 7.5 x 1018 as opposed to 75 x 1017? The former makes it easier to read (when you literally want to say the number of zeros) in cases where n is a negative integer, but harder when it is positive.
The possibility I can think of is consistency. Having the separation always in the same spot could possibly avoid a lot of mistakes, but so could never using it at all. Perhaps having a negative n is so common that it’s worth it, or it’s done for historical reasons, but these are all hypothesis I can come up with, I’d like to know for sure.