Usually it is just for clarity. When doing a proof by induction we give a proposition that is quantified over $n\in \mathbb{N}$, such as "Let $P(n)$ be the statement...". It could be potentially confusing if we later said "Now assume $P(n)$ is true" for the purposes of showing the implication $P(n) \rightarrow P(n+1)$. We could certainly do it, but to be careful we would have to say something like "now pick an arbitrary $n$, and assume $P$ is true for that $n$". If you're clear at each stage what $n$ is it won't be a problem, but it can be a dangerous habit when you start having to deal with lots of different quantified variables. You could accidentally end up letting one variable mean two different things and then no one will be able to follow your argument.