Showing $\rho (x,y)=\frac{d(x,y)}{1+d(x,y)}$ is a metric
That post has a more generalized form of a metric I occasionally see $d(x,y) = \frac{|x-y|}{1+|x-y|}$. When would using this metric be useful exactly? It occasionally comes up when I study analysis, but I don't know why, I don't know what people use it for or what benefit it could ever bring over the standard metric. I've merely only seen it as an example of a metric in books or sites, but if so many sources mention it, then it's very unlikely that it's useless.
It's a metric that is bounded above by $1$, while maintaining the same topology. This means that bounded metrics are just as powerful as general metrics (which is arguably interesting in itself).
More concretely, there's a commonly used construction for turning a countable product of metric spaces into a metric space itself. Specifically, if we have spaces $(X_n, d_n)$ where $n \in \Bbb{N}$ and $d_n$ is bounded uniformly (e.g. $d_n \le 1$ for all $n$), then $\prod_n X_n$ is a metric space with the metric $$d(x, y) = \sum_{n=1}^\infty \frac{d_n(x_n, y_n)}{2^n}.$$ Boundedness is important to guarantee convergence. This function is a metric, and it proves that a countable product of metrisable spaces are metrisable. This, in turn, is used to prove a bunch of interesting metrisability theorems. Coming from a functional analysis background, one consequence I'm partial to is the metrisability of the weak topology of a separable normed linear space when restricted to the unit ball. From this, we get the handy Eberlein-Smulian theorem.
Of course, this is just one field's use of this metric!