Sort list by another sort list

When you sort a list you are moving indices around. i.e. Indice 1 becomes 8 and 7 becomes 4. Is it possible to apply these moves to another list of equal items?

Input K would be the main list and A would be your other list. You can zoom in and add more inputs if you need to sort more lists at the same time.