There are several good visual and physical metaphors to help the intuition. I offer one of each.
Conditional probabilities of the form $\Pr(A|C)$ can be represented on graphs where the events $C$ and $A$ are nodes, a directed edge connects $C$ to $A$, and the edge is weighted by this probability. This graphical metaphor, variously known as a "probability tree" or "hierarchical network," visualizes two axiomatic properties of probability.

Path probabilities are products of edge probabilities: $\Pr(A,B,C) = \left[\Pr(A|B)\Pr(B|C)\right]\Pr(C)$. The nodes $C,B,A$ form a path along this tree from $C$ to $A$. The left hand side is the chance of this path; the right hand side is the product of the chance of being at the beginning and the chance of following the path. That latter chance, the "path probability" (written in brackets), is the product of the conditional probabilities.
Total probabilities are sums over all possible disjoint paths: $\Pr(A) = \Pr(A|B_1)\Pr(B_1) + \Pr(A|B_2)\Pr(B_2) + \cdots + \Pr(A|B_n)\Pr(B_n)$ where $B_1, B_2, \ldots, B_n$ are mutually exclusive events comprising all the incoming nodes at $A$.
The notation suggests flow from right to left. It might be more felicitous to use a different symbol and employ infix (rather than prefix) notation for conditional probabilities, writing $\Pr(B|C)$ as "$B\overset{\Pr}{\leftarrow} C$", perhaps. Then, using this purely syntactic modification, we could write the key part of (1) as
$$A\overset{\Pr}{\leftarrow}B\overset{\Pr}{\leftarrow} C = (A\overset{\Pr}{\leftarrow} B)(B\overset{\Pr}{\leftarrow} C) = \Pr(A|B)\Pr(B|C),$$
which is visually obvious. We might also invent a shorthand for (2) along the lines of
$$A\overset{\Pr}{\leftarrow}\{B_i\}\overset{\Pr}{\leftarrow} C = \sum_i A\overset{\Pr}{\leftarrow}B_i\overset{\Pr}{\leftarrow} C = \sum_i \Pr(A|B_i)\Pr(B_i|C).$$
These axioms work exactly as if probability were a conserved fluid flowing through the graph. Think of water in pipes (or electricity in perfectly insulated widely separated wires). Absolute probabilities like $\Pr(C)$ are total amounts of water available at nodes. Conditional probabilities like $\Pr(B|C)$ are the proportions of water flowing out of one node $C$ into another node $B$. The first axiom asserts that the proportion (relative to the origin $C$) of water/probability flowing from $C$ to $A$ through an intermediate node $B$ is the proportion from $C$ to $B$ multiplied by the proportion from $B$ to $A$: it merely expresses the arithmetic of proportions or fractions. (Engineers might think of this as a statement about probabilities connected in series.) The second axiom says that the water/probability flowing from $C$ to $A$ is the sum of amounts of water/probability flowing through a collection of intermediate points $B_i$, no two of which are connected. (Engineers will refer to this as a parallel connection.) This is what it means to be conserved: no probability is gained, lost, or transferred among edges as it flows through the graph.