wordpress loop and template files

If you look at the template hierarchy for categories you will see it follows:

  1. category-{slug}.php
  2. category-{id}.php
  3. category.php
  4. archive.php
  5. index.php

As Milo says these templates are just using the loop to display what is already queried, so there template itself does not matter outside load order of the hierarchy.