Count how many times any word is present in a list

I have two lists, list 1 and list 2
I want that when my list 1 is getting sorted(having numbers) that time I want my list 2 also sorted with respect to list 1 .
How is this possible with this method? Because my other list is getting sorted on his own

@RaYzZz