Suppose we have linear programming problem:
\begin{align*} \underset{x_1, x_2}{\operatorname{minimize}}\quad& c_1x_1+c_2x_2\\ \mbox{s.t.}\quad&a_{i1}x_1+a_{i2}x_2 \ge \beta_i\quad& (i = 1,\dots,n). \end{align*}
How do we get bounds on $x$ in its reformulation?
\begin{align*} \underset{x, y}{\operatorname{minimize}}\quad& y\\ \mbox{s.t.}\quad&y\ge a_ix+b_i\quad& (i\in I_1)\\ &y\le a_ix+b_i\quad& (i\in I_2)\\ &\color{red}{a\le x\le b}& \end{align*}
I think that here $y= c_1x_1+c_2x_2$ and $x = x_2$.
I would accept that $a$ and $b$ are natural bounds if there were such bounds in the original formulation. You can find these formulation in 2.1 here.