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.
The big reason why you want to use scientific notation is to separate magnitude and the value. If you want to tell which of the numbers $5.8\times 10^{2}$, $6.2\times 10^3$ and $2.0\times 10^{2}$ is bigger then it is clear that $6.2\times 10^3 = 6,200$ is larger than the rest.
Another reason is that computation used to be done with slide rules. These simple calculators could multiply any two numbers less than 10. Thus if you want to multiply: $$5.8\times 10^{2} \text{ and } 6.2\times 10^3$$
Then you use the slide rule to compute $5.8 \cdot 6.2 = 35.96$, and then put the tens back in to get $$35.96\times 10^5 = 3.596 \times 10^6$$