Suppose we have iid data $X_i$ with known variance $\sigma^2$, and wish to write an asymptotic $1-\alpha $ coverage CI for the population mean $\mu$. CLT implies that if $z_q$ represents the $q$ quantile of a standard normal, $$z_{\alpha/2}=-z_{1-\alpha/2}\leq \frac{\bar X-\mu}{\sigma/\sqrt n}\leq z_{1-\alpha/2}$$
occurs (asymptotically) with probability $1-\alpha$ and thus implies a CI for $\mu$ of $\bar X\pm z_{1-\alpha/2}\frac{\sigma}{\sqrt n}.$
Any particular reason we take symmetric bounds, or is this just a matter of simplicity? For instance, it seems to me we could have also used
$$ z_{q_1}\leq \frac{\bar X-\mu}{\sigma/\sqrt n}\leq z_{q_2}$$
for any $q_2-q_1=1-\alpha.$
Update: By "symmetric," I mean using $q_2=1-q_1.$
In general, one may choose a confidence set so that the probability of coverage is at least $1-\alpha$. As you mention, for quantifying the uncertainty of $\mu$, this can be done with an asymmetric confidence interval.
In other cases, the notion of a "symmetric confidence interval" doesn't make much sense; e.g. consider the problem of finding a confidence interval for $\sigma$, when performing parameter estimation on $N(\mu, \sigma^2)$.
However, the reason why we choose to use a symmetric interval for $\mu$ is because that gives the confidence interval of smallest length, which is a desirable property when doing uncertainty quantification.