In variational methods, given a set of latent variables $z$ corresponding to visible variables $x$, why is it that the probability distribution $p\left(x\middle|z\right)$ is tractable to compute, but $p\left(z\middle|x\right)$ intractable?
My current understanding is that$$ p\left(x\middle|z\right) = \frac{p\left(z\middle|x\right) p\left(x\right)}{p\left(z\right)} $$and$$ p\left(x\right) = \int {p\left(x\middle|z\right) p\left(z\right) \mathrm{d}z} $$which is often impossible because there are too many $z$ to marginalize them all out. So $p\left(x\middle|z\right)$ is intractable because $p\left(x\right)$ is intractable.
But isn't$$ p\left(z\middle|x\right) = \frac {p\left(x\middle|z\right) p\left(z\right)}{p\left(x\right)} $$then also impossible to compute? Since it depends on both $p\left(x\right)$ and $p\left(x\middle|z\right)$?