The sequent proof systems I learned only allowed one formula on the right hand side of the sequent, and $\phi_1, \ldots, \phi_n \Rightarrow \psi$ (or ... $\vdash \psi$) is understood as saying that $\psi$ is a logical consequence of (or provable from) $\phi_1, \ldots, \phi_n$.
Now I'm seeing sequent calculus systems with right weakening:
$$\frac{\Gamma\vdash \Delta}{\Gamma\vdash \Delta,A} \text {RW}$$
So I guess $\Gamma\vdash \Delta,A$ has to be saying that at least one of $\Delta,A$ is provable from $\Gamma$ and not that both are. Why is this used?
I assume the notation has some payoff I'm missing, since it seems like sequences of wffs have different meanings based on whether they're in the antecedent or succedent.
The sequent calculus is based on the notation $\Gamma \Rightarrow \Delta$ (or $\Gamma \vdash \Delta$), with $\Gamma, \Delta$ finite (possibly empty) sequences of formulas, called a sequent.
The intuitionistic sequent calculus is obtained with the restriction that $\Delta$ consists of at most one formula.
For the semantics for sequents, see Gaisi Takeuti, Proof Theory (2nd ed - 1987), page 9:
Then we have [page 41] :