What are all conditions on a finite sequence $x_1,x_2,...,x_m$ such that it is the sequence of orders of elements of a group?
I'm afraid that your question is very broad, and I doubt that it is answerable in full.
Let's start here.
For $n\in \mathbb{N}$, denote by $\pi(n)$ the set of prime divisors of $n$.
Definition. The prime graph of a finite group $G$, denoted $\Gamma(G)$, is a graph with vertex set $\pi(|G|)$ with an edge between primes $p$ and $q$ if and only if there is an element of order $pq$ in $G$.
Your question requires, among other things, knowing how many elements of order $pq$ there are in the group for every two primes $p,q$ dividing $|G|$, and in particular whether that number is nonzero. So answering your question would also tell us the answer to, "What are all the possible prime graphs of a finite group?" (In fact, it would be but a small corollary.) However, prime graphs are the subject of ongoing research, and there are still many unsolved problems in the world of prime graphs (most of which are easier than a full characterization).
We can perhaps reformulate your question into this language, though. Graphs can be generalized to hypergraphs, which are comprised of a vertex set $V$ and an edge set $E\subseteq \mathcal{P}(V)$ (i.e. the restriction that edges must connect at most two vertices in $V$ is removed).
For $n\in \mathbb{N}$, denote by $\overline{\pi}(n)$ the set of prime power divisors of $n$.
Definition. Define the weighted prime power hypergraph of a finite group $G$ as the hypergraph $\Gamma_H(G)$ with vertex set $\overline{\pi}(n)$ with a hyperedge $S$ if and only if the elements of $S$ are pairwise coprime and there exists an element of order $\prod_{s\in S}s$ in $G$. Furthermore, let each edge $S$ be given the weight $w_S$, which is equal to the number of elements of order $\prod_{s\in S}s$ in $G$.
Note that $\sum_{S\in E}w_S=|G|$. Naturally we can additionally define a strict total order on the edgeset of $\Gamma_H(G)$ where $S<T\Leftrightarrow \prod_{s\in S}s<\prod_{t\in T}t$. Sorting the weights by this order is equivalent to your $x_k$ sequence.
Thus your question is precisely "what are all possible ordered weight sequences of the prime power hypergraph of a finite group?" which is clearly a very complicated question.
The only thing I can say about really say about it is the following. For solvable groups $G$, it has been proven that $|\pi(|G|)|\leq 4\text{rank}(\Gamma_H(G))$ asymptotically. Additionally, it is conjectured that $|\pi(|G|)|\leq 3\operatorname{rank}(\Gamma_H(G))$ for all solvable groups. So, for solvable groups, you will always have to the count weights of edges whose size is up to at least one third the size of the vertex set.
To move forward, I would suggest you try to substantially narrow your question. You could restrict your question to a certain class of groups ($p$-groups? abelian groups? symmetric groups?). Furthermore I think it would be more likely to find an answer if you removed the ordering condition on $x_k$, as it adds a level of difficulty to the problem that I suspect outweighs any possible insight it would afford.
For further reading I'd recommend my answer to this similar question concerning sets of element orders, a related notion to yours.