Aggreed. In Access, you can add a table multiple times into the relationships. This is done for the following example:
TblA has relationships with tblB and tblC. TblB and TblC dont have relationships with one another.
Mainly this is done for ease of use, to avoid creating a relationship between the 2 unreleated tables accidentally.
If it is not causing any problems, it is safe to ignore.