Statistical distance is a widely used measure in cryptography for comparing two distributions. One can define various other measures for capturing the differences between two distributions, but why do we prefer to use statistical distance? What is the physical significance of statistical distribution definition, which goes as follows:
Let $X_1$ and $X_2$ be random variables with domains $D_1$ and $D_2$, then the statistical distance between $X_1$ and $X_2$ is defined as:
$\delta(X_1,X_2) = \dfrac{1}{2}\sum\limits_{x \in D_1 \cup D_2}|Pr(X_1 = x) - Pr(X_2 = x)|$
I found this definition in the second chapter of the textbook titled "Secure Multiparty Computation and Secret Sharing".