Given a plane: $$x - y + z = 0$$
And a cylinder $$x^2 + y^2 = 2$$
Why can't I get the intersection of the two by equaling both equations? i.e. $$x^2 + y^2 - 2 = x - y + z \implies x^2+y^2 -x + y - z -2=0$$
Instead, I have to isolate $x$ for example in eq(1) and substitute in eq(2).
Generally, a curve in 3-space can't be expressed with one equation. Try at 2-D example. Take the two equations
$$x^2+y^2 =1$$
and
$$x=0$$.
The intersection is just the two points $(0,\pm 1)$. But if we do what you did above, we have
$$x^2+y^2=1 =x$$
which has infinitely many solutions.