I have understood, I think, the construction of the real numbers as the set of equivalence classes of Cauchy sequences. That is, if $\{a_n\}$ and $\{b_n\}$ are Cauchy sequences, then we say they are equivalent if $\lim_{n\to \infty} \lvert a_n - b_n\rvert = 0$. The set of equivalence classes is then a field under the "obvious" operations. This is what I believe is the completion of $\mathbb{Q}$ with respect to the absolute value.
How does one go from this to the fact that any real number can be described as "infinite decimals"? That is, given one of the equivalence classes $[\{a_n\}]$ how do we get that
$$ [\{a_n\}] = \sum_{i=-n}^\infty a_i10^{-i} $$ ?
Your question is "Why can any number $x$ be described as "infinite decimals"".
Do you know about the floor function on the reals, aka the archimedian property ? If you don't, I can explain it here.
Consider the sequence $(b_n)_{n\geq 1}$ defined by $$b_n=\frac{\lfloor 10^{n}x \rfloor}{10^{n}} \tag{1}$$
Then by construction, we have $$ 10^{n}x-1 \lt b_n \leq 10^{n}x \tag{2} $$ It follows that $$ 10b_n-1 \leq 10(10^n x)-1= 10^{n+1}x-1 \lt b_{n+1} \leq 10^{n+1}x =10(10^n x) \lt 10(b_n+1) \tag{3} $$
So the integer $d_n=b_{n+1}-10b_n$ is strictly between $-1$ and $10$, in other words it is a digit.
Next, consider the sequence $(s_n)$ defined by $s_n=\frac{b_n}{10^n}$. By construction, we have $|s_n-x| \leq \frac{1}{10^n}$ so the sequence $(s_n)$ converges to $x$. But $$s_n=b_0+\frac{d_1}{10}+\frac{d_2}{10^2}+\ldots+\frac{d_n}{10^n}=b_0.d_1d_2\ldots d_n \tag{4}$$
This justifies viewing $x$ as an "infinite decimal"
$$ x=b_0.d_1d_2\ldots \tag{5} $$