Mathematically, a vector is an element of a vector space. Sometimes, it's just an n-tuple $(a,b,c)$. In physics, one often demands that the tuple has certain transformation properties to be called a vector (as opposed to e.g. a pseudovector). Sometimes its not a tuple, but e.g. an element of a hilbert space. In all cases, its possible to define a ordinary vector (or column vector, or contravariant vector): $$\vec v = \left(\begin{align}v_1\\v_2\\v_3\end{align}\right) \qquad x^\mu \qquad \left|\Psi\right\rangle $$
and a dual (row, or covariant) vector:
$$\vec v^T = \left(v_1, v_2, v_3\right) \qquad x_\mu \qquad \left\langle\Psi\right| $$
You can define a scalar product that gives you a number (an element of the field $K$ the vector space is over). If you're feeling fancy, you can think about the row vector as an element of a dual vector space. This consists of functions (1-forms) mapping vectors to numbers.
$$\vec v \in V_K$$ $$\begin{align} \vec u^T : V_K &\rightarrow K \\ \vec v &\mapsto x\end{align}$$
Applying this function $\vec u^T$ to the vector $\vec v$ is the same as to take the scalar product $\vec u \cdot \vec v$. This is more manifest in the co/contravariant notation, or in the bra-ket notation.
My question is why do we distinguish between both kinds of vectors (in concept, not in notation)? Is there any physical meaningful distinction, or couldn't we just teach that they are all "vectors" and skip the dual part? Could we say that the raised/lowered indicies are just a helpful notation to remember what is multiplied with what, or a shortcut for $x_\mu = g_{\mu\nu}x^\nu$, but that there is actually just the vector $\mathbf{x} = (x^0, x^1,\ldots)$
I mean, do we loose anything by thinking $\left|\Psi\right\rangle \equiv \left\langle\Psi\right|$ and the different forms are just shortcuts for different products: $$\left\langle\Phi\middle|\Psi\right\rangle = \left|\Phi\right\rangle \cdot \left|\Psi\right\rangle $$ $$\left|\Phi\right\rangle\left\langle\Psi\right| = \left|\Phi\right\rangle \times \left|\Psi\right\rangle $$
Is there for example any physical situation where there is a meaningful variable $A$ that can be either $A = \vec v$ or $A = \vec v^T$, and by giving up the distinction (conceptually) we can't tell the two situations apart?