Let $f:( 0, ∞)→R$ such that
$f(x) = 1/x $ then we know it is not uniformly continuous. As shown in graph, for any given $ε >0$, the same $δ$ does not work everywhere on graph. That is, $δ$ changes for same $ε$ for the different portion of graph, So that function is not uniformly continuous.
Now, if we consider $g(x) = 1/x $ in $(a, ∞)$ where $a > 0$ then too, I have different $δ$, for same $ε$ in different portion of graph. So why $g(x) = 1/x$ is uniformly continuous on $(a,∞)$ where $a> 0$?
If we consider the interval $I=(a,\infty)$, then we see that, for any $x,x' \in I$: \begin{align*} \lvert f(x) - f(x') \rvert &= \left\lvert \frac{1}{x} - \frac{1}{x'} \right\rvert \\ &= \left\lvert \frac{x'-x}{x\cdot x'} \right\rvert \\ &< \frac{1}{a^2} \cdot \left\lvert x'-x \right\rvert \\ \end{align*} For any $\epsilon > 0$, we can choose $\delta = a^2\epsilon$ and see that: $$ \lvert x - x' \rvert < \delta \implies \lvert f(x) - f(x') \rvert < \epsilon \qquad \forall x,x' \in I$$ By definition, $f(x)$ is uniformly continuous on $I$.
To answer your question about why concerning the $\delta$ - the $\delta$ is not unique. Choosing a smaller $\delta$ works. Uniform continuity means that we can choose a $\delta$ that works regardless of which points are chosen - dependent only on $\epsilon$.