In comments you ask about intuition behind following standard proof of the inductive step $$5\mid 6^k-1\ \Rightarrow\ \bbox[3px,border:1px solid #c00]{\color{#c00}5\cdot 6^k +(6^k\!-1)\,=\, \color{#0a0}{6^{k+1}-1}}\qquad\qquad$$
This is a very natural question since such proofs often appear to be pulled out of a hat, like magic. There is, in fact, a good general explanation for their source. Namely such proofs are simply special cases of the proof of the Congruence Product Rule, as we show below.
${\bf Claim}\rm\qquad\ 6\equiv 1,\, 6^{k}\!\equiv 1 \Rightarrow\ 6^{k+1}\!\equiv 1\ \ \ \pmod{\!5},\ $ a special case of the following
${\bf Lemma}\rm\quad\ \, A\!\equiv a,\, B\!\equiv b\ \Rightarrow\ AB\equiv ab\ \pmod{\!n}\ \ \ $ [Congruence Product Rule]
${\bf Proof}\ \ \ \rm n\mid A\!-\!a,\,\ B-b\,\Rightarrow\, n\mid ( A\!-\!a) B +a\ (B\!-\!b) =A B\,-\,ab$
$\rm\ \ \ \ e.g.\ \ \ 5\mid\ 6\!-\!1,\,\ 6^{k}\!-\!1\ \Rightarrow\ 5\mid\,\bbox[3px,border:1px solid #c00]{(\color{#c00}{6\!-\!1})\,6^{k}+ 1\,(6^{k}\!\!-\!1) = \color{#0a0}{6^{k+1}\!-1}}$
The prior inference is precisely the same as said common proof of the inductive step. Thus we see that this inference is simply a special case of the proof of the Congruence Product Rule. Once we know this rule, there's no need to repeat the entire proof every time we need to use it. Rather, we can simply invoke the rule as a Lemma (in divisibility form if congruences are not yet known). Now the inductive step has vivid arithmetical structure, being the computation of a simple product $\,\rm A,B\equiv 1\Rightarrow AB\equiv 1,\,$ for $\rm\,A\equiv 6,\, B\equiv 6^k.\,$ No longer is the innate arithmetical structure obfuscated by ad hoc divisibility manipulations - since the key idea has been encapsulated into an arithmetically intuitive Lemma (Congruence Product Rule) for convenient reuse.
In much the same way, congruences often allow us to impose intuitive arithmetical structure onto complicated inductive proofs - allowing us to reuse our well-honed grade-school algebra skills manipulating arithmetical equations (vs. more complex divisibility relations). Often introduction of congruence language will serve to drastically simplify the induction, e.g. reducing it to a trivial induction such as $\, 1^n\equiv 1,\,$ or $\,(-1)^{2n}\equiv 1.\,$ The former is the essence of the matter above.
Generally by induction $\,a_i\equiv b_i\,\Rightarrow\, a_1\cdots a_n\equiv b_1\cdots b_n.\,$ The constant case $\,a_i\equiv a,\, b_i\equiv b\,$ yields the ubiquitous Factor Theorem $\,a\equiv b\Rightarrow a^n\equiv b^n$ so $\,a-b\mid a^n=b^n\,$ by choosing the modulus to be $\, n = a-b$.